home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- puppetSprite(the currentSpriteNum, 1)
- set the blend of sprite the currentSpriteNum to 100
- set the visible of sprite (the currentSpriteNum + 5) to 1
- end
-
- on mouseLeave
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 0
- puppetSprite(the currentSpriteNum, 0)
- set the visible of sprite (the currentSpriteNum + 5) to 0
- end
-